home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / comm / thor / Autoview.readme < prev    next >
Text File  |  1999-03-02  |  2KB  |  75 lines

  1. Short:    Translate special message tags to dev info
  2. Author:   kenny@bgnett.no <Kenneth "Kenny" Nilsen>
  3. Uploader: kenny@bgnett.no <Kenneth "Kenny" Nilsen>
  4. Version:  1.0 
  5. Type:     comm/thor
  6. Requires: Thor 2.x 
  7.  
  8.  
  9. mailto:kenny@bgnett.no
  10.  
  11. $VER: Autoview 1.0 (4.1.98)
  12.  
  13. Copyright (C) 1999 by Digital Surface/Kenneth "Kenny" Nilsen.
  14. All rights reserved.
  15.  
  16.  
  17. Special tags can be added to your messages. The reader can then
  18. invoke this script and get the programming references listed in
  19. the message window.
  20.  
  21. For example: If I added the line in a message:
  22.  
  23.   "...you can get more info reading auto:dos/close()."
  24.  
  25. the reader could invoke the script and it would look up the function
  26. Close() in the dos autodoc file and show it in the window. Same goes
  27. for FD files and include files.
  28.  
  29. PURPOSE
  30.  
  31.     The main purpose for this package is to simplify exchanging
  32.     references and programming information on the Internet, escpecially
  33.     for the newsgroup comp.sys.amiga.programmers.
  34.  
  35. INSTALLING:
  36.  
  37.     - Copy the script to Thor/rexx.
  38.     - Optionally install it on a function key
  39.     - Modify the config in the script to suit your system (paths etc.)
  40.  
  41. USAGE:
  42.  
  43.     Next time someone use the tags AUTO:, FD: or INC: you can invoke
  44.     the script and it will show you the information for the
  45.     references.
  46.  
  47.     To add a tag you can use:
  48.  
  49.     AUTO:LIBRARY/FUNCTION
  50.     FD:LIBRARY/FUNCTION
  51.     INC:PATH/FILENAME
  52.  
  53.     The case doesn't matter. Library is only the base name without the
  54.     extension. You can mix as many as you want in the text and on the
  55.     same line. You can add () to the functions or just leave it without.
  56.  
  57.     Examples:
  58.  
  59.         auto:dos/read()
  60.         auto:exec/OpenLibrary
  61.         fd:graphics/setapen
  62.         inc:exec/memory.i
  63.  
  64.     etc.
  65.  
  66.  
  67. ============================= Archive contents =============================
  68.  
  69. Original  Packed Ratio    Date     Time    Name
  70. -------- ------- ----- --------- --------  -------------
  71.     1665     890 46.5% 04-Jan-99 15:07:46  Autoview.readme
  72.    10680    3383 68.3% 04-Jan-99 12:44:30  Autoview.thor
  73. -------- ------- ----- --------- --------
  74.    12345    4273 65.3% 05-Jan-99 18:25:18   2 files
  75.